home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
util
/
pack
/
xpk_Develop.lha
/
xpk_Develop
/
Include
/
C
/
proto
/
xpkmaster.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1999-08-30
|
372 b
|
22 lines
#ifndef _PROTO_XPKMASTER_H
#define _PROTO_XPKMASTER_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_XPKMASTER_PROTOS_H
#include <clib/xpkmaster_protos.h>
#endif
#ifdef __GNUC__
#include <inline/xpkmaster.h>
#else
#include <pragma/xpkmaster_lib.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *XpkBase;
#endif
#endif /* _PROTO_XPKMASTER_H */